Skip to content

deps(deps): bump actions/setup-dotnet from 5 to 6 - #130

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/actions/setup-dotnet-6
Closed

deps(deps): bump actions/setup-dotnet from 5 to 6#130
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/actions/setup-dotnet-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-dotnet from 5 to 6.

Release notes

Sourced from actions/setup-dotnet's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-dotnet@v5...v6.0.0

v5.4.0

What's Changed

Enhancements

Documentation

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.4.0

v5.3.0

What's Changed

Enhancements

Dependency Updates

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2026
Cat5Dog2 added a commit that referenced this pull request Aug 5, 2026
Rolls the six open Dependabot bumps (#124, #125, #126, #128, #129, #130)
into one change and closes the version gaps those PRs left open.

The nuget open-pull-requests-limit of five was fully consumed by
single-package bumps, so several packages on the same release train had
no PR open: EntityFrameworkCore.SqlServer, Mvc.Testing, EFCore.InMemory
and EFCore.Sqlite were all still on 10.0.9 with 10.0.10 available.
Merging #128 on its own would have left Design/Tools on 10.0.10 against
SqlServer 10.0.9.

Web.Tests was also on Test SDK 18.6.0 while E2ETests was on 18.7.0. #123
would have closed that gap but was resolved as superseded by #129, which
only touches E2ETests.

dotnet-ef in the tool manifest moves to 10.0.10 to match. Dependabot has
been able to read dotnet-tools.json since 2024, but the nuget
configuration only scans /src/** and /tests/**, and the manifest sits at
the repository root, so nothing was watching it. Widening the scan is
handled separately.

Verified locally: build with no warnings, 240 unit tests, 8 Playwright
E2E tests, and dotnet format --verify-no-changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Cat5Dog2 added a commit that referenced this pull request Aug 5, 2026
Three changes to the nuget ecosystem, plus a correction to an earlier
claim of mine.

Scan directories gain "/". Both the CPM manifest added in the previous
commit and the existing dotnet-tools.json live at the repository root,
which /src/** and /tests/** do not cover. This, not a gap in Dependabot,
is why dotnet-ef sat on 10.0.9 while EF Core moved: Dependabot has
discovered and analyzed dotnet-tools.json since 2024
(dependabot-core#8889 and #10269). An earlier commit message in this
branch stated the opposite and was wrong.

Grouping ASP.NET Core, EF Core and dotnet-ef together is the substantive
fix. They ship as one train, and splitting them into separate PRs is what
let Design/Tools drift ahead of SqlServer. Major bumps stay ungrouped so
something like ImageSharp 3.x to 4.0 still lands on its own.

The limit goes from five to ten. At the limit Dependabot defers opening
the remaining PRs to a later run rather than dropping them, but nothing
reports the deferral, so four packages sat on 10.0.9 with no PR and no
signal.

github-actions is deliberately left ungrouped. Dependabot already emits
one PR per action across every workflow that uses it, which is what #130
did for setup-dotnet across five files, so a group adds nothing there
while making unrelated major bumps share a PR and a CI failure.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like actions/setup-dotnet is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 5, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/main/actions/setup-dotnet-6 branch August 5, 2026 03:12
Cat5Dog2 added a commit that referenced this pull request Aug 5, 2026
Three changes to the nuget ecosystem, plus a correction to an earlier
claim of mine.

Scan directories gain "/". Both the CPM manifest added in the previous
commit and the existing dotnet-tools.json live at the repository root,
which /src/** and /tests/** do not cover. This, not a gap in Dependabot,
is why dotnet-ef sat on 10.0.9 while EF Core moved: Dependabot has
discovered and analyzed dotnet-tools.json since 2024
(dependabot-core#8889 and #10269). An earlier commit message in this
branch stated the opposite and was wrong.

Grouping ASP.NET Core, EF Core and dotnet-ef together is the substantive
fix. They ship as one train, and splitting them into separate PRs is what
let Design/Tools drift ahead of SqlServer. Major bumps stay ungrouped so
something like ImageSharp 3.x to 4.0 still lands on its own.

The limit goes from five to ten. At the limit Dependabot defers opening
the remaining PRs to a later run rather than dropping them, but nothing
reports the deferral, so four packages sat on 10.0.9 with no PR and no
signal.

github-actions is deliberately left ungrouped. Dependabot already emits
one PR per action across every workflow that uses it, which is what #130
did for setup-dotnet across five files, so a group adds nothing there
while making unrelated major bumps share a PR and a CI failure.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants